home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / 24 aspnet applications / aspnetsecurity / aspnetsecurity.vbproj < prev    next >
Encoding:
Text File  |  2002-02-27  |  6.6 KB  |  178 lines

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Web"
  4.         ProductVersion = "7.0.9466"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{B904E3D5-EFDE-4835-938A-FB4660DE016E}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "AspNetSecurity"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DefaultClientScript = "JScript"
  16.                 DefaultHTMLPageLayout = "Grid"
  17.                 DefaultTargetSchema = "IE50"
  18.                 DelaySign = "false"
  19.                 OutputType = "Library"
  20.                 OptionCompare = "Binary"
  21.                 OptionExplicit = "On"
  22.                 OptionStrict = "Off"
  23.                 RootNamespace = "AspNetSecurity"
  24.                 StartupObject = ""
  25.             >
  26.                 <Config
  27.                     Name = "Debug"
  28.                     BaseAddress = "285212672"
  29.                     ConfigurationOverrideFile = ""
  30.                     DefineConstants = ""
  31.                     DefineDebug = "true"
  32.                     DefineTrace = "true"
  33.                     DebugSymbols = "true"
  34.                     IncrementalBuild = "true"
  35.                     Optimize = "false"
  36.                     OutputPath = "bin\"
  37.                     RegisterForComInterop = "false"
  38.                     RemoveIntegerChecks = "false"
  39.                     TreatWarningsAsErrors = "false"
  40.                     WarningLevel = "1"
  41.                 />
  42.                 <Config
  43.                     Name = "Release"
  44.                     BaseAddress = "285212672"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = ""
  47.                     DefineDebug = "false"
  48.                     DefineTrace = "true"
  49.                     DebugSymbols = "false"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "true"
  52.                     OutputPath = "bin\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "1"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Data"
  66.                     AssemblyName = "System.Data"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.Drawing"
  70.                     AssemblyName = "System.Drawing"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Web"
  74.                     AssemblyName = "System.Web"
  75.                 />
  76.                 <Reference
  77.                     Name = "System.XML"
  78.                     AssemblyName = "System.Xml"
  79.                 />
  80.             </References>
  81.             <Imports>
  82.                 <Import Namespace = "Microsoft.VisualBasic" />
  83.                 <Import Namespace = "System" />
  84.                 <Import Namespace = "System.Collections" />
  85.                 <Import Namespace = "System.Configuration" />
  86.                 <Import Namespace = "System.Data" />
  87.                 <Import Namespace = "System.Drawing" />
  88.                 <Import Namespace = "System.Web" />
  89.                 <Import Namespace = "System.Web.UI" />
  90.                 <Import Namespace = "System.Web.UI.HtmlControls" />
  91.                 <Import Namespace = "System.Web.UI.WebControls" />
  92.             </Imports>
  93.         </Build>
  94.         <Files>
  95.             <Include>
  96.                 <File
  97.                     RelPath = "AspNetSecurity.vsdisco"
  98.                     BuildAction = "None"
  99.                 />
  100.                 <File
  101.                     RelPath = "AssemblyInfo.vb"
  102.                     SubType = "Code"
  103.                     BuildAction = "Compile"
  104.                 />
  105.                 <File
  106.                     RelPath = "Global.asax"
  107.                     BuildAction = "Content"
  108.                 />
  109.                 <File
  110.                     RelPath = "Global.asax.vb"
  111.                     DependentUpon = "Global.asax"
  112.                     SubType = "Code"
  113.                     BuildAction = "Compile"
  114.                 />
  115.                 <File
  116.                     RelPath = "Global.asax.resx"
  117.                     DependentUpon = "Global.asax.vb"
  118.                     BuildAction = "EmbeddedResource"
  119.                 />
  120.                 <File
  121.                     RelPath = "LoginPage.aspx"
  122.                     BuildAction = "Content"
  123.                 />
  124.                 <File
  125.                     RelPath = "LoginPage.aspx.vb"
  126.                     DependentUpon = "LoginPage.aspx"
  127.                     SubType = "ASPXCodeBehind"
  128.                     BuildAction = "Compile"
  129.                 />
  130.                 <File
  131.                     RelPath = "LoginPage.aspx.resx"
  132.                     DependentUpon = "LoginPage.aspx.vb"
  133.                     BuildAction = "EmbeddedResource"
  134.                 />
  135.                 <File
  136.                     RelPath = "ProtectedPage.aspx"
  137.                     BuildAction = "Content"
  138.                 />
  139.                 <File
  140.                     RelPath = "ProtectedPage.aspx.vb"
  141.                     DependentUpon = "ProtectedPage.aspx"
  142.                     SubType = "ASPXCodeBehind"
  143.                     BuildAction = "Compile"
  144.                 />
  145.                 <File
  146.                     RelPath = "ProtectedPage.aspx.resx"
  147.                     DependentUpon = "ProtectedPage.aspx.vb"
  148.                     BuildAction = "EmbeddedResource"
  149.                 />
  150.                 <File
  151.                     RelPath = "RegisterPage.aspx"
  152.                     BuildAction = "Content"
  153.                 />
  154.                 <File
  155.                     RelPath = "RegisterPage.aspx.vb"
  156.                     DependentUpon = "RegisterPage.aspx"
  157.                     SubType = "ASPXCodeBehind"
  158.                     BuildAction = "Compile"
  159.                 />
  160.                 <File
  161.                     RelPath = "RegisterPage.aspx.resx"
  162.                     DependentUpon = "RegisterPage.aspx.vb"
  163.                     BuildAction = "EmbeddedResource"
  164.                 />
  165.                 <File
  166.                     RelPath = "Styles.css"
  167.                     BuildAction = "Content"
  168.                 />
  169.                 <File
  170.                     RelPath = "Web.config"
  171.                     BuildAction = "Content"
  172.                 />
  173.             </Include>
  174.         </Files>
  175.     </VisualBasic>
  176. </VisualStudioProject>
  177.  
  178.